Multiple Search Values It is also possible to filter for multiple match values using search criteria. Multiple match values use the following syntax: (<attribute type> IN [<search value>,<search value>,...]) When a search term is specified in this fashion, objects matching any value in the comma delimited value list will be included in the list of objects matching the search. For example: (R IN ['Part Data','Subassembly Data','Assembly Data']) A search using the above term will match any objects with an attached record matching one of the records in the search list.